home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3725 < prev    next >
Encoding:
Text File  |  1996-08-06  |  687 b   |  19 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news2.interlog.com!rose!awhite
  3. From: awhite@user.rose.com (A White)
  4. Subject: Re: randon number generator
  5. Sender: news@rose.com (news)
  6. Organization: Rose Media Incorpoarted, Ontario, Canada
  7. Message-ID: <DLr1H5.In8@rose.com>
  8. References: <4e6qt1$adb@ns.campus.mci.net>
  9. Date: Thu, 25 Jan 1996 18:17:28 GMT
  10.  
  11. In article <4e6qt1$adb@ns.campus.mci.net>,
  12. jack wilson <wilsojt@occ-uky.campus.mci.net> wrote:
  13. >Hello all....I need a random number generator ...if anyone should have 
  14. >C or C++ source for this I would appreciate it. Please e-mail me at 
  15. >wilsojt@occ-uky.campus.mci.net   Thanks in advance Jack
  16.  
  17. Why not include stdlib and use rand() and srand(<int>)
  18.  
  19.